home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / topic < prev   
Encoding:
Text File  |  2002-10-28  |  1.1 KB  |  40 lines

  1. Synopsis:
  2.    topic <channel> [<new topic>]
  3.    topic [<new topic>]
  4.    
  5. Description:
  6.    With this command you can change the current topic of the specified
  7.    channel.  If no new topic is specified, the current one is displayed.
  8.    If the new topic is not specified AND either the channel name is prefixed
  9.    with a hyphen (a "-") or the hyphen is the only argument, the topic
  10.    for the assumed channel will be removed.
  11.  
  12. Examples:
  13.    To set a new topic on your channel:
  14.       /topic #blah Welcome to #blah, a very serious channel.
  15.       or
  16.       /topic Welcome to #blah, a very serious channel.
  17.  
  18.    To view the current topic for your channel:
  19.       /topic #blah
  20.       or
  21.       /topic
  22.       
  23.    To unset the topic for your channel:
  24.       /topic -#blah
  25.       or
  26.       /topic -
  27.  
  28. See Also:
  29.    mode(1); on(5) topic
  30.  
  31. Restrictions:
  32.    On channels with channel mode +t set, only channel operators may
  33.    change the topic (though anyone may view it).
  34.  
  35. Other Notes:
  36.    Most modern IRC servers support the 333 numeric.  When using TOPIC to
  37.    display the current topic, it will also display the person who placed
  38.    it.  This feature originated on the Undernet.
  39.  
  40.